home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr42 / smixw111.zip / LOWMEM.H < prev    next >
Text File  |  1995-02-24  |  324b  |  10 lines

  1. /*      SMIXW is Copyright 1995 by Ethan Brodsky.  All rights reserved      */
  2.  
  3. /* ██ lowmem.h ████████████████████████████████████████████████████████████ */
  4.  
  5. void *low_malloc(int size, short int *sel);
  6. void low_free(short int sel);
  7.  
  8. /* ████████████████████████████████████████████████████████████████████████ */
  9.  
  10.